
body {
	margin:0px;
	padding:0px;
	background-color: #4B4B4B;
}

img {
	border: 0px;
}
/*
Contenedor General que centra la página
*/
#contenedor {
	width: 980px;
	margin-left:auto;
	margin-right:auto;	
}

/*
Contenedor de toda la cabecera.
Contiene el margen superior, el logo, la ruta y el menu con los enlaces de Renault.
*/
#cabecera {
	width: 100%;	
}

		#cabeceraMargenSuperior {
			height: 20px;			
		}
		
		#cabeceraBarraMenus {
			height: 35px;		
		}
		
		#cabeceraLogo {
			float: left;
			background: url(../img/logo.jpg);
			background-repeat: no-repeat;
			background-position: top;
			height: 35px;
			width: 30px;			
		}
		
		#cabeceraRuta {
			float: left;			
			height: 10px;
			width: 410px;
			margin-left: 10px;
			
			font-family: Arial, Verdana;
			font-size: 9px;
			margin-top: 23px;
			
		}
				
		#cabeceraMenuRenault {
			float: right;
			background: url(../img/fondo_menu.gif);
			background-repeat: repeat;			
			height: 35px;
			width: 490px;		
		}

		#menuRenault {			
			height: 16px;
			width: 490px;	
			
		}
		

/*
Contenedor central.
Contiene la imagen de portada, enlace al seguro gratuito, y las ofertas destacadas
*/
#centro {
	width: 100%;
	margin: 0px;
	padding: 0px;	
}
		#imagenPortada {
			float: left;
			width: 970px;
			height: 318px;  
			margin-left: 0px;
			margin-top: 0px;
			padding-left: 0px;			
		}
						
		#ofertasDestacadas {
			float: right;	
			width: 490px;
			height: 370px;
			background:url(../img/fondo_ofertas.jpg);
			background-repeat: repeat;	
			margin-right: 0px;			
		}

		.oferta1 {			
			margin-top: 10px;
			margin-left: 8px;
			width: 470px;
			height: 340px;		
		}

		.oferta2 {	
			margin-top: 8px;
			margin-left: 8px;	
			width: 470px;
			height: 170px;				
		}

		.oferta3 {		
			margin-top: 7px;
			margin-left: 8px;	
			width: 470px;
			height: 111px;				
		}

		.oferta4 {		
			margin-top: 8px;
			margin-left: 8px;	
			width: 470px;
			height: 80px;				
		}

		
		#bannerSeguro {		
			float: left;
			width: 980px;
			height: 25px;	
			text-align: right;
			background-image: url(../img/fondo_seguro_2.gif);		
		}
		
		#bannerPlanVive {		
			float: left;
			width: 980px;
			height: 31px;	
			text-align: right;
			background-color:#77B800;
		}

		#descuentos {
			float: left;
			width:980px;
			height: 118px;			
		}


/*
Separadores
*/
#separador1 {
	float: left;
	height: 10px;
	width: 100%;	
}

#separador2 {
	float: left;
	height: 10px;
	width: 45%;	
}


/*
Separadores
*/
a.ruta1{
			color: #FFFFFF;		
			text-decoration: none;
		}
		a.ruta1:hover{
			color: #FBC000;		
			text-decoration: none;
		}
		a.ruta1:visited {
			color: #FFFFFF;	
			text-decoration: none;
		}
		a.ruta1:active {
			color: #FFFFFF;	
			text-decoration: none;
		}
	
